Expand description
Kuchikiki (口利き) is an HTML tree manipulation library for Rust.
Modules
- Node iterators
- This module re-exports a number of traits that are useful when using Kuchikiki. It can be used with:
Structs
- The non-identifying parts of an attribute
- Convenience wrapper around a indexmap that adds method for attributes in the null namespace.
- Data specific to doctype nodes.
- Data specific to document nodes.
- Data specific to element nodes.
- A node inside a DOM-like tree.
- Holds a strong reference to a node, but dereferences to some component inside of it.
- A strong reference to a node.
- Options for the HTML parser.
- A pre-compiled CSS Selector.
- A pre-compiled list of CSS Selectors.
- Receives new tree nodes during parsing.
- The specificity of a selector.
Enums
- Node data specific to the node type.
Functions
- Parse an HTML fragment with html5ever and the default configuration.
- Parse an HTML document with html5ever and the default configuration.
- Parse an HTML document with html5ever with custom configuration.